Organizica: SqueezePanel control
|
By: Paul S Cilwa |
Posted: 3/28/2026 |
|
Page Views: 9 |
| Hashtags: #Organizica #OrganizicaExplorer #UserControl |
| Creating the basic SqueezePanel user control and tying it into the SqueezeBox container. |
| Estimated reading time: 9 minute(s) (2020 words) |
Now that we have the basic SqueezeBox control working (and no, we aren't done with it, yet),
we are going to create a minimal, special control to reside within it. This control, called the
SqueezePanel, is not a general-purpose control--That is, because of its
specialization, there's truly no reason why anyone would ever want to use it in a stand-alone
fashion. And, therefore, we don't want it to show up in the Toolbox--in fact, we'll want the
SqueezeBox to create these panels automatically, when the SqueezeBox itself is
deposited onto a form (or another container control). And the easiest way to make this happen, is
to create the new control as a class member of SqueezeBox!.